common/gnttab: gnttab_setup_table() cleanup
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 20 Jun 2017 09:40:56 +0000 (10:40 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 15 Aug 2017 14:08:57 +0000 (15:08 +0100)
commit1603696c27bbf47cfff71de5b958a3f8232e80a4
tree86d3de88c8189a560fe1528b0f7b2812fcd83f95
parent37b89d62a9e5265a60d9ea1db79e2b7dc631484e
common/gnttab: gnttab_setup_table() cleanup

Drop pointless debugging messages, reduce variable scope, and correct the type
of an induction variable.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/common/grant_table.c